Encrypts the byte data in memory.
Syntax
object.EncryptByteData(Key)
The EncryptByteData method syntax has these parts:
| Part | Description |
| object | Required. An object expression that evaluates to an object in the Applies To list. |
| Key | Required. Specifies the password to encrypt the byte data with. |
Remarks
The EncryptByteData method takes a string (Key), and encrypts the byte data stored in memory.